projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc96f6e
)
Don't run ipv6 test on systems without ipv6
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sat, 5 Mar 2016 15:46:42 +0000
(16:46 +0100)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sat, 5 Mar 2016 16:04:33 +0000
(17:04 +0100)
* test/lisp/net/network-stream-tests.el
(connect-to-tls-ipv6-nowait): Skip on systems without ipv6.
test/lisp/net/network-stream-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/network-stream-tests.el
b/test/lisp/net/network-stream-tests.el
index c6a20b09690eb0fdb26f86707f77e94566fa7a33..dbbf40bfac1d71d33521cdab2318fe15c6bfe221 100644
(file)
--- a/
test/lisp/net/network-stream-tests.el
+++ b/
test/lisp/net/network-stream-tests.el
@@
-238,6
+238,7
@@
(skip-unless (executable-find "gnutls-serv"))
(skip-unless (gnutls-available-p))
(skip-unless (not (eq system-type 'windows-nt)))
+ (skip-unless (featurep 'make-network-process '(family ipv6)))
(let ((server (make-tls-server 44333))
(times 0)
proc status)